gpfcp profile
Required Command-Line Mode = Configure
Use the gpfcp profile command to enable the CPN UPN communication on both the CPN and UPN for exchanging the GPFCP packets.
Note: The gpfcp profile creation must be done on both the CPN and UPN.
The gpfcp profile command has the following syntax:
gpfcp-profile alias <alias>
profile <add | delete> ip-interface <interface IP> port <port number> type <control | user> ips <List of IPv4/IPv6 addresses>
The following table describes the arguments for the gpfcp profile command:
Argument |
Description |
|||||||||||||||||||||
gpfcp-profile alias <alias> |
Specifies the name of the gpfcp profile. The alias must be unique and can contain up to 128 characters. Aliases are case-sensitive. For example: (config) # gpfcp-profile alias gpfcp-profile-1 |
|||||||||||||||||||||
profile <add | delete> |
Specifies to add a gpfcp profile or delete a gpfcp profile. |
|||||||||||||||||||||
add
delete |
Specifies to add the attributes of a gpfcp profile. The attributes are as follows:
Note: The control type configured on UPN and the user type configured on CPN.
For example: (config) # gpfcp-profile alias gpfcp_upn1_cpn (config gpfcp-profile alias gpfcp_upn1_cpn) # profile add ip-interface 20.0.0.2 port 50000 type control ips 10.0.0.2,10.0.0.10 (config gpfcp-profile alias gpfcp_upn1_cpn) # exit
Specifies to remove the attributes from a gpfcp profile. For example: (config) # gpfcp-profile alias gpfcp_upn1_cpn (config gpfcp-profile alias gpfcp_upn1_cpn) # profile delete ip-interface 20.0.0.2 port 50000 (config gpfcp-profile alias gpfcp_upn1_cpn) # exit
|
Note: The system supports 128 IPv6 or 256 IPv4 addresses for the gpfcp profile. The IP address in the GPFCP profile must be updated without any subnet. The subnets are not supported.
Related Commands
The following table summarizes the commands related to the gpfcp-profilecommand:
Task |
Command |
Displays a specified gpfcp profile |
show gpfcp-profile alias gpfcp-profile-1 |
Displays all the created gpfcp profiles | show gpfcp-profile all |
GPFCP delay from CPN in msec. Default is 10msec. | gpfcp-delay interval <number> |